What script is MoHo?
Moderators: Víctor Paredes, Belgarath, slowtiger
What script is MoHo?
I was wondering how was MoHo made? like what script language did you use to make the program? because i keep getting impression that the whole of moho was made with Lua scripting.... i'm just a little confused.
--Scott
cribble.net
cribble.net
- spasmodic_cheese
- Posts: 330
- Joined: Wed Aug 04, 2004 2:02 am
- Lost Marble
- Site Admin
- Posts: 2355
- Joined: Tue Aug 03, 2004 6:02 pm
- Location: Scotts Valley, California, USA
- Contact:
- spasmodic_cheese
- Posts: 330
- Joined: Wed Aug 04, 2004 2:02 am
I forced myself to learn C++ from reading books because I'd been playing around with a version of BASIC and it was too slow for the kinds of things ... doing stuff with .wav files and bitmaps, one pixel/sample/whatever at a time. Oh, and of course I had to do lots of digging on the net to find out more about binary file formats.
I did some kind of neat experimental things, like one for turning images inside out ... kind of like your avatar, actually, spas_cheese. Running one transformation like that to a 640x480 bitmap took about seven to fifteen minutes in BASIC, and I couldn't take it anymore, so I bought my first C++ book. At first I was just "porting" (translating) for speed, but eventually you learn about things like class hierarchies and your universe explodes.
I did some kind of neat experimental things, like one for turning images inside out ... kind of like your avatar, actually, spas_cheese. Running one transformation like that to a 640x480 bitmap took about seven to fifteen minutes in BASIC, and I couldn't take it anymore, so I bought my first C++ book. At first I was just "porting" (translating) for speed, but eventually you learn about things like class hierarchies and your universe explodes.
-Keith