Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qbarrand/ensiie-iprf-quadtree
An academic project about collision detection to learn the quadtree data structure and functional programming
https://github.com/qbarrand/ensiie-iprf-quadtree
ensiie functional functional-programming iprf ocaml quadtree
Last synced: 3 months ago
JSON representation
An academic project about collision detection to learn the quadtree data structure and functional programming
- Host: GitHub
- URL: https://github.com/qbarrand/ensiie-iprf-quadtree
- Owner: qbarrand
- License: mit
- Archived: true
- Created: 2024-01-30T16:36:01.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-30T16:37:28.000Z (12 months ago)
- Last Synced: 2024-09-28T18:05:02.737Z (3 months ago)
- Topics: ensiie, functional, functional-programming, iprf, ocaml, quadtree
- Language: OCaml
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPRF - « QuadTree »
This is a project I made during my fourth and fifth semester at [ENSIIE](http://www.ensiie.fr). It is a collision detection system written in OCaml using the
[QuadTree](http://wikipedia.org/wiki/Quadtree) data structure.## Installation
Just clone this repo : `git clone http://git.quba.fr/ENSIIE/IPRF/quadtree.git`.## Usage
Go to the repo's `src/` directory and run `ocaml graphics.cma part5.test.ml`.
![Screenshot](images/q23bonus.png)## License
The following files are © Christophe Mouilleron, the module's teacher :
- `subject.pdf`
- `src/display.ml`
- `src/simulation1.ml`
- `src/simulation2.ml`All the other files in the repo are placed under the terms of the [MIT License](LICENSE).