All Projects → w0lya → fsharp-3d-and-gamedev

w0lya / fsharp-3d-and-gamedev

Licence: other
Resources on 3D Graphics Programming and Game Development in F#

Projects that are alternatives of or similar to fsharp-3d-and-gamedev

Flame pytorch
This is a implementation of the 3D FLAME model in PyTorch
Stars: ✭ 153 (+66.3%)
Mutual labels:  3d-graphics
Yave
Yet Another Vulkan Engine
Stars: ✭ 211 (+129.35%)
Mutual labels:  3d-graphics
Berserk
[WIP] High performance 3D graphics game engine
Stars: ✭ 31 (-66.3%)
Mutual labels:  3d-graphics
Tinykaboom
A brief computer graphics / rendering course
Stars: ✭ 2,077 (+2157.61%)
Mutual labels:  3d-graphics
Methanekit
🎲 Modern 3D graphics made simple with cross-platform C++17 meta-API on top of DirectX 12 & Metal (Vulkan is coming)
Stars: ✭ 197 (+114.13%)
Mutual labels:  3d-graphics
Awesome Point Cloud Analysis
A list of papers and datasets about point cloud analysis (processing)
Stars: ✭ 3,104 (+3273.91%)
Mutual labels:  3d-graphics
Three.kt
Three.js port for the JVM (desktop)
Stars: ✭ 136 (+47.83%)
Mutual labels:  3d-graphics
vtkplotlib
Wrap up VTK (python 3D graphics library) into an easy to use 3D equivalent of matplotlib
Stars: ✭ 31 (-66.3%)
Mutual labels:  3d-graphics
Uranium
A Python framework for building Desktop applications.
Stars: ✭ 210 (+128.26%)
Mutual labels:  3d-graphics
Plotoptix
Data visualisation in Python based on OptiX 7.2 ray tracing framework.
Stars: ✭ 252 (+173.91%)
Mutual labels:  3d-graphics
React Regl
React Fiber Reconciler Renderer for Regl WebGL
Stars: ✭ 171 (+85.87%)
Mutual labels:  3d-graphics
Tf flame
Tensorflow framework for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 2D or 3D keypoints, and how to generate textured head meshes from Images.
Stars: ✭ 193 (+109.78%)
Mutual labels:  3d-graphics
Arcane Engine
3D C/C++ Game Engine - Created By Brady Jessup
Stars: ✭ 242 (+163.04%)
Mutual labels:  3d-graphics
Mos
Lightweight game engine.
Stars: ✭ 153 (+66.3%)
Mutual labels:  3d-graphics
raytracing-go
A simple Go library for 3D ray-tracing rendering, implementing the book Ray Tracing in One Weekend. 📸
Stars: ✭ 53 (-42.39%)
Mutual labels:  3d-graphics
Meshcat.jl
WebGL-based 3D visualizer in Julia
Stars: ✭ 145 (+57.61%)
Mutual labels:  3d-graphics
Tomviz
Cross platform, open source application for the processing, visualization, and analysis of 3D tomography data
Stars: ✭ 230 (+150%)
Mutual labels:  3d-graphics
jrender
Jrender is an efficient differentiable rendering library implemented in jittor.
Stars: ✭ 280 (+204.35%)
Mutual labels:  3d-graphics
keikan
An elegant (imo) rendering engine written in Rust.
Stars: ✭ 55 (-40.22%)
Mutual labels:  3d-graphics
Four
Four: WebGL made easier -
Stars: ✭ 248 (+169.57%)
Mutual labels:  3d-graphics

3D Graphics Programming and Game Development in F#

Inspired by Functional Programming In Games repository.

This is a WIP document.

Please suggest papers/articles/resources through Github pull requests. If you believe this list is missing something or has factually inaccurate info, you can also file an issue in the issue tracker.

OSS Projects

  1. Aardvark Platform - awesome libraries from math to interactive high-performance graphics applications. Specifically, check out Aardvark rendering engine and Aardvark media, Elm-style purely functional UI and 3D graphics
  2. F# Rendering Toolkit (Real-Time) - includes Math3D
  3. 3D Math in F#
  4. F# GLFW 3.2.1 Binding
  5. RayTracer F# Implementation
  6. F# Ray Caster Implementation
  7. Shader translation from F# to HLSL
  8. Duality Scripting - write F# on the Duality Game Engine. This plugin supports C# too.
  9. Nu Game Engine cross-platform F# 2D game engine. It encourages to use a variation of FRP called Iterative Functional Reactive Programming as architectural style.
  10. FShade - a Library allowing users to write Shaders in F# using code-quotations.
  11. F# Doom
  12. F# Quake 3
  13. A collection of heightmap generators, along with some bmp/ppm image format savers
  14. Fun 3D: Composing 3D objects with F# - beginner-friendly environment for composing 3D objects in functional way.

OSS Samples

  1. Vulkan in F# samples
  2. F# gamedev samples and slides
  3. WebGL F# Fable bindings and example with WebGL
  4. FSSceneKit City - creating a randomly generated city using the SceneKit API (Xamarin) and F#.
  5. ARKit in F#, with realistically proportioned Solar System Objects
  6. WIP: App with facts on the planets in the Solar System. Uses Urho3D and Fabulous (F#)
  7. Three.js, WebGL and F# - a 3D Terrain sample. Live version here

Tutorials

  1. LearnOpenGL.FSharp. Exercises based on https://learnopengl.com/ tutorials, using F# and Silk.NET as the OpenGL wrapper
  2. F# game tutorial series with Monogame
  3. Unity3D game engine tutorial in F# - an easy way to get started
  4. Tutorial: Using F# with Unity3D 2018.3
  5. Programming UrhoSharp with F#

Videos

  1. Will Smith - Porting Quake III to F#: A Journey to Functional Programming
  2. The 3D Geometry of Louvre Abu Dhabi in F#. Alternative link
  3. F# in Social Gaming
  4. F# Exchange 2018 - 3D Model Manipulation with F# - need to log in to watch.
  5. Functional Game Logic With State Pipelines
  6. Teaching F# - from Numerical Expressions to 3D Graphics
  7. Using a "tweaked" version of Fable to run FShade in the browser and generate shaders in runtime from F# code, by Georg Haaser
  8. F# and MonoGame - Part 1 of Video Series by Dave Thomas

Articles

Star Wars Intro in AutoCAD in F# - part 1 out of 4, others linked in part 1

3D Graphics Programming

  1. Why Write Shaders in F#?
  2. Composing Chrismas with F# - example of 3D graphics in F# using an OpenGL-based graphic library written in F#. More with this library: Tomas Petricek - Domain Specific Languages, the functional way, Solving fun puzzles with F#

Game Development

VR / AR / MR

  1. Face-based Augmented Reality with F# and the iPhone X
  2. The Solar System with ARKit and F#

On Interop

  1. Accessing Linux C libraries with F# and .Net Core

Graphics / Gamedev on the Web (Powered by Fable)

  1. Creating Visual Planetary Systems using Fable and F#
  2. Three.js + F# + Fable =
  3. F#, Fable & ThreeJs: Hello Cube

Presentations

  1. Solving 3D Problems With F#

Books

  1. Friendly F# - Not totally about games but all examples are game-related.
  2. Beginning F# by Robert Pickering - Examples in Chapter 12 are relevant to (3D) Graphics Programming.

Papers

  1. Monadic Scripting in F# for Computer Games

Commercial Games Made with F#

  1. Onikira: Demon Killer is a 2D side scrolling beat ‘em up set in a fantasy feudal Japan. It's on Steam Early Access, written in F#.
  2. Asteroid Sharpshooter published on Xbox Live Indie Games, written in F#. Slides on the development process. His blog has more information on how he made F# work with XNA on Xbox 360.

Consider eventually consolidating with Guide - Mobile App and Game Programming with F#

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].