Skip to content

d9rick/dom-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM-cpp

Description

This project is a toy browser engine written in C++, based on Matt Brubek's implementation in Rust. It has limited functionality as of now, but I intend to make a fully functional end product.

Table of Contents

Installation

To install and set up the project, follow these steps:

  1. Clone the repository: git clone https://github.com/dcwalker25/dom-cpp.git
  2. Navigate to the project directory: cd dom-cpp
  3. Create a build directory: mkdir build && cd build
  4. Generate build files using CMake: cmake ..
  5. Build the project: make

Contributing

Contributions are welcome! If you would like to contribute to the project, please follow these guidelines:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes
  4. Commit your changes: git commit -m "Add your commit message"
  5. Push to the branch: git push origin feature/your-feature
  6. Submit a pull request

License

This project is licensed under the MIT License.

About

Toy browser engine project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published