<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Math on Jorge Vega</title><link>http://jvega.xyz/tags/math/</link><description>Recent content in Math on Jorge Vega</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 03 May 2019 16:29:41 +0800</lastBuildDate><atom:link href="http://jvega.xyz/tags/math/index.xml" rel="self" type="application/rss+xml"/><item><title>Custom 3D graphics library</title><link>http://jvega.xyz/posts/custom3dgraphics/</link><pubDate>Fri, 03 May 2019 16:29:41 +0800</pubDate><guid>http://jvega.xyz/posts/custom3dgraphics/</guid><description>&lt;p&gt;Custom graphics library made in Java for educational purposes. The library supports both perspective and isometric projection and handles all rendering on the CPU, making it lightweight and easy to understand without requiring GPU dependencies. It serves as a hands-on tool for learning the fundamentals of 3D rendering, including projection matrices, rasterization, and coordinate transformations.&lt;/p&gt;
&lt;p&gt;Future plans include adding geometry algorithms such as convex hull computation and a basic physics engine.&lt;/p&gt;</description></item></channel></rss>