KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ascia
★ 9
Open GitHub ↗
meow
Download README (.md)
Explore Similar Repositories
View-GCN-DDP
:
PyTorch DistriubtedDataParallel (DDP) implementation of the CVPR 2020 Paper View-GCN.
PortedDIFUZE
:
This repo includes our ported DIFUZE, which can directly generate syzlang format syscall descriptions.
resultgroup
:
A lightweight library for handling results and errors from concurrent tasks, with optional error thresholds and context cancellation.
improved-faster-rcnn
:
Object Detector for Autonomous Vehicles Based on Improved Faster-RCNN
dMenu
:
Cheat menu implemented in Imgui for Skyrim Special edition
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ascia
?
Download (.md)
# Ascia Ascia is a lightweight hobby framework designed for creating 3D computer graphics applications that operate within a terminal environment. ## Examples To run the examples, use the following command: `cargo run --release [feature flags] --example [example_name] [window_width] [window_height]` For example: `cargo run --features wgpu,termios-controller --release --example example1 140 40` `cargo run --release --example example2 140 40` `cargo run --features termios-controller --release --example cube 140 40` `cargo run --features wgpu,termios-controller --release --example teapot 140 40` `cargo run --features wgpu,termios-controller --release --example particle_test_board 140 40` ## Gallery <img src="gif/example1.gif" width="400"> <img src="gif/example2.gif" width="400"> <img src="gif/teapot.gif" width="400">