~rabbits/moogle

Wireframe editor, written in C99(SDL2)
Fixed export bug
Collect all edges together
Collect all vertices together

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/moogle
read/write
git@git.sr.ht:~rabbits/moogle

You can also use your local clone with git send-email.

#Moogle

A minimal wireframe renderer, written in ANSI C.

#Build

To build moogle, you must have SDL2.

cc moogle.c -std=c89 -Os -DNDEBUG -g0 -s -Wall -L/usr/local/lib -lSDL2 -lm -o moogle

#Controls

#Generics

  • + Zoom In
  • - Zoom Out

#IO

  • E Export(export.chr)
  • Z Length Out
  • X Length In

#General

  • WASD Orbit(rotate)
  • Shift+WASD Orbit(move)
  • Shift+ZX Orbit(zoom)
  • TAB Toggle projection

#TODOs

  • Add lathe effect.