Register
Log in
Username:
Password:
Projects
News
Forums
Wiki
Library
Mission
handmade.network Library
Example Code
Code conveying the basic concepts.
Article
Top Down Operator Precedence / Pratt Parsing
★ 0
0
Article on Top Down Operator Precedence (aka Pratt Parsing), a parsing technique that does not rely on a grammar. Example implementation in JS.
Other
Faster Math Functions by Robin Green
★ 0
0
Describes a range of techniques for approximating/optimizing elementary math functions.
Other
Code for Concentric Map
★ 0
0
Concentric mapping is a commonly used method for mapping points on a unit square to a unit disc. These are some code samples.
Sean Barrett's Imgui Example Implementation
★ 0
0
Good example code for a basic imgui