Pinned Repositories
B.World-RPG-World-Creator
A 3D tabletop RPG world builder. π§ββοΈ
learn-threejs
A blog where teachers can create and update documents about CGI using Three.js, and students can learn in a practical and organized way.
learning-threejs
Practical examples to learn efficiently and organizedly how to build graphs using the three.js library. πΌπ₯
mandacarubroker
PPGEEClogoWithAnimatedParticleSystem
A tribute to 10 years of UFC's PPGEEC (POSTGRADUATE PROGRAM IN ELECTRICAL AND COMPUTING ENGINEERING), in which a web system made using Three.js to create 3D and the particle system to form the program's logo, using the page scrolling. ππ
RMScalabilityChecker
A system that calculates whether the system is scalable based on tasks. π½
sabidin
A web-based gamification system designed to make financial education accessible and engaging for children. This platform combines effective teaching methods like flashcards, quizzes, and children's games with innovative virtual reality (VR) technology for an immersive learning experience. πΈππ§
Solar-System-Simulation
Application of Computer Graphics concepts to a simulation of the Solar System
TargetFirstPersonShooter
A 3D first-person parkour game with physics implementation, with a scenario and system for hitting targets. Developed for study with Three.js and Cannon.js.
VoiceDetectionWithFourierTransform
A system that tests speech recognition using 3 domains (time, Fourier Transform and Fast Time Fourier Transform), and shows the level of hits for each domain to differentiate "yes" or "no" audios.
jaopaulomilitao's Repositories
jaopaulomilitao/sabidin
A web-based gamification system designed to make financial education accessible and engaging for children. This platform combines effective teaching methods like flashcards, quizzes, and children's games with innovative virtual reality (VR) technology for an immersive learning experience. πΈππ§
jaopaulomilitao/Solar-System-Simulation
Application of Computer Graphics concepts to a simulation of the Solar System
jaopaulomilitao/TargetFirstPersonShooter
A 3D first-person parkour game with physics implementation, with a scenario and system for hitting targets. Developed for study with Three.js and Cannon.js.
jaopaulomilitao/B.World-RPG-World-Creator
A 3D tabletop RPG world builder. π§ββοΈ
jaopaulomilitao/learn-threejs
A blog where teachers can create and update documents about CGI using Three.js, and students can learn in a practical and organized way.
jaopaulomilitao/learning-threejs
Practical examples to learn efficiently and organizedly how to build graphs using the three.js library. πΌπ₯
jaopaulomilitao/mandacarubroker
jaopaulomilitao/RMScalabilityChecker
A system that calculates whether the system is scalable based on tasks. π½
jaopaulomilitao/BrakeSystemWithFuzzyLogic
An implementation from scratch of fuzzy logic without using libraries apart from a brake system with 3 variables and visual presentation with MatLab.
jaopaulomilitao/TodoList
A task store in the browser's local storage, it is possible to delete and mark tasks as completed using React.
jaopaulomilitao/VoiceDetectionWithFourierTransform
A system that tests speech recognition using 3 domains (time, Fourier Transform and Fast Time Fourier Transform), and shows the level of hits for each domain to differentiate "yes" or "no" audios.
jaopaulomilitao/Algorithm-Lab
Code and reports created in the 'Algorithms Laboratory' course: experiments and analysis of the complexity of key classical algorithms.
jaopaulomilitao/PPGEEClogoWithAnimatedParticleSystem
A tribute to 10 years of UFC's PPGEEC (POSTGRADUATE PROGRAM IN ELECTRICAL AND COMPUTING ENGINEERING), in which a web system made using Three.js to create 3D and the particle system to form the program's logo, using the page scrolling. ππ
jaopaulomilitao/Avant_Play
jaopaulomilitao/jaopaulomilitao
jaopaulomilitao/MaxValueSearchAlgorithmTester
A simple code using node's performance-now library to measure the time and space complexity of two maximum value search algorithms. The objective is to generate tables for the assigned data instances.
jaopaulomilitao/Pattern-Recognition-Studies-In-Audio
Analyze audio to apply the concepts of random variables and stochastic processes. It is the first work in the pattern recognition discipline. ππ
jaopaulomilitao/smart-alarm-clock-with-FreeRTOS
Development of an alarm clock that not only triggers an audible alarm, but also controls other devices in the environment.
jaopaulomilitao/SunAndEarthOrbitAR
An example of code using the AR.js library with Three.js to analyze two markers, one for the earth and the other for the sun. When pointing the camera at both of them, the earth enters the sun's orbit in 3D.
jaopaulomilitao/SVM-Optimized-Audio-Classifier
An audio classifier using an SVM classification model, optimized using grid-search. The dataset is created by myself. π£π»