JMA

Results 9 issues of JMA

Current rasterize function is clear, but not clever. I think this version is good for beginner, step by step, it show you how does the rasterize work. Actually there are...

enhancement

![image](https://user-images.githubusercontent.com/7625588/39096192-332f02d2-467f-11e8-8541-541389dd3119.png)

good first issue

- [x] Translate - [x] Scale - [x] Rotate - [ ] LookAt - [ ] Orthographic - [x] Perspective

feature

feature

# arm-none-eabi-gcc File location: /usr/lib/arm-none-eabi/thumb/math.h

cmake: ``` -- The C compiler identification is AppleClang 9.0.0.9000038 -- The CXX compiler identification is AppleClang 9.0.0.9000038 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C...

# Ubuntu/Linux ```c ➜ recastCLI.js git:(master) ✗ make ===> Building recast.a: make[1]: Entering directory '/home/but0n/git/recastCLI.js/recast' CC RecastAlloc.o CC RecastMeshDetail.o CC RecastRasterization.o CC RecastLayers.o CC RecastFilter.o CC RecastMesh.o CC RecastContour.o CC...

bug

``` shell $ make 编译汇编文件 boot/boot.s ... nasm -f elf -g -F stabs boot/boot.s make: *** [boot/boot.o] Segmentation fault: 11 make: *** Deleting file `boot/boot.o' ``` 我在编译 `vx6` 的时候也有类似问题 elf什么的,请问这个在mac上要如何解决?...