An open API service indexing awesome lists of open source software.

https://github.com/madclaws/cgx

A Raycaster in Elixir
https://github.com/madclaws/cgx

raycaster

Last synced: 10 months ago
JSON representation

A Raycaster in Elixir

Awesome Lists containing this project

README

          

# Cgx

***CGX is a simple raycaster in Elixir***

## Below are the Rendered Images by CGX

### 1. Hello World
![hello_world](outputs/hello_world/hello.png)

### 2. Lerp
![lerp](outputs/lerp/lerp.png)

### 3. Sphere
![Sphere](outputs/sphere/sphere.png)

### 4. Normal
![Normal](outputs/normal/normal.png)

### 5. Multiple Objects
![Multiple Objects](outputs/multiple_objects/multiple_objects.png)

### 6. Antialiasing
![antialiasing](outputs/antialiasing/antialiasing.png)

### 7. Diffuse Materials
![Diffuse Materials](outputs/Diffuse_materials/diffuse.png)