Search found 3 matches
- Mon Mar 19, 2012 2:32 am
- Forum: Programming Discussion
- Topic: Generating and using code during runtime
- Replies: 26
- Views: 8058
Re: Generating and using code during runtime
I'd recommend picking up The Dragon Book (Compilers: Principles, Techniques, and Tools) or another similar book on compilers. Also, study modern Java Virtual Machines like Oracle's HotSpot. It uses JIT compilation but only for segments of bytecode where the benefit of running native code greatly ou...
- Mon Mar 19, 2012 2:19 am
- Forum: Art, Music, and Design
- Topic: Great looking on screen text, studying successful art styles
- Replies: 10
- Views: 12962
Re: Great looking on screen text, studying successful art st
Don't focus so much on video games for inspiration. This is just general graphic design stuff. Get an image editor, like Photoshop or Gimp, and work on mock-up menus. Or some other sort of software for creating wireframes. Wireframes are basically just outlines of a layout. Something like this: http...
- Mon Mar 19, 2012 1:12 am
- Forum: Programming Discussion
- Topic: Generating and using code during runtime
- Replies: 26
- Views: 8058
Re: Generating and using code during runtime
I'd recommend picking up The Dragon Book (Compilers: Principles, Techniques, and Tools) or another similar book on compilers. Also, study modern Java Virtual Machines like Oracle's HotSpot. It uses JIT compilation but only for segments of bytecode where the benefit of running native code greatly out...