KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
feOxy
★ 20
Open GitHub ↗
HTML/CSS render engine in Rust.
Download README (.md)
Explore Similar Repositories
angular2-cool-infinite-grid
:
Infinite Grid for angular2
doxygen2md
:
A doxygen to markdown converter.
gif-to-c64-sprites
:
Animated GIF to Commodore64 sprite converter
react-native-swiss-knife
:
Implementation of Missing APIs in React-Native
burger-stack
:
Presentation for "The Burger Stack"
// 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
feOxy
?
Download (.md)
# feOxy A bare bones web browser. Currently only a rendering engine. [](https://www.rust-lang.org/en-US/) [](https://github.com/gfx-rs/gfx) [](https://github.com/PistonDevelopers/gfx_text) [](https://github.com/tomaka/glutin) Not meant to be feature complete, more of a learning tool/exercise. In order to run: * install rust `$ rustc --version` to check installation * install cargo `$ cargo --version` to check installation * clone the project `$ git clone https://github.com/kradical/feOxy` * navigate to the project root `$ cd feOxy` * run with cargo `$ cargo run` Currently a default html and css file are hardcoded but it's in the works to have an "address bar" to open different files, and support links instead of a hardcoded css filenames. An initial color test (wahoo inline-blocks): 