does anyone have a tut on how i can make an exe compiler???
-
- Posts: 21
- Joined: Tue May 03, 2011 4:39 pm
- Location: Victoria, San Mateo, Isabela, Philippines
does anyone have a tut on how i can make an exe compiler???
does anyone have a tut on how i can make an exe compiler???....
Hello There, I am a begginer, can you help me with the models, or can you show me a website where there are free models, thanks...
-
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
Terrific! You have a link to some kind of online PDFs or something?
Prepare to write irrlicht apps in LOLCODE!
CAN HAS IRRLICHT?
Edit: Now that I think of it, it might be a better idea to write some kind of LOLCODE -> C++ parser, and then compile using GCC
Prepare to write irrlicht apps in LOLCODE!
CAN HAS IRRLICHT?
Edit: Now that I think of it, it might be a better idea to write some kind of LOLCODE -> C++ parser, and then compile using GCC
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps
Step back! I have a void pointer, and I'm not afraid to use it!
Height2Normal v. 2.1 - convert height maps to normal maps
Step back! I have a void pointer, and I'm not afraid to use it!
-
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
I'd have to dig deep through some of my external drives, downloaded it years ago and never looked at it since, not a lot of people are crazy enough to actually write compilers you knowent1ty wrote:Terrific! You have a link to some kind of online PDFs or something?
Prepare to write irrlicht apps in LOLCODE!
CAN HAS IRRLICHT?
Edit: Now that I think of it, it might be a better idea to write some kind of LOLCODE -> C++ parser, and then compile using GCC
Yeah never mind, the best way would most likely be to transfer LOLCODE to C++ and then compile with GCC or some other C++ compiler, as I said... right?
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps
Step back! I have a void pointer, and I'm not afraid to use it!
Height2Normal v. 2.1 - convert height maps to normal maps
Step back! I have a void pointer, and I'm not afraid to use it!
-
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
There is a fantastic tutorial: http://www.amazon.com/dp/0321486811/ref ... 387&sr=1-1
But despite the funny dragon on the cover, it's really, really not for beginners.
But despite the funny dragon on the cover, it's really, really not for beginners.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
Ahh, the famous 'Dragon Book'CuteAlien wrote:There is a fantastic tutorial: http://www.amazon.com/dp/0321486811/ref ... 387&sr=1-1
But despite the funny dragon on the cover, it's really, really not for beginners.
I think I read some parts of the first edition (the red dragon book) a while back