Author Topic: Oromë Pathfinder assembled with NASM  (Read 8158 times)

Offline soulvomit

  • Jr. Member
  • *
  • Posts: 31
Oromë Pathfinder assembled with NASM
« on: January 14, 2017, 10:10:02 PM »
Here is my NASM implementation of A* pathfinding. It is fast and light weight. The NASM source code is platform neutral and doesn't use any syscalls or external APIs. The wrappers, however, are Windows specific! I am currently working an ELF assembled shared object for Linux. Use cases for this project could be; logistics, game AI development or robotics.

Here is the git repo for the entire project:
https://github.com/Soulvomit/Orome-Pathfinder
(Includes: documentation, native and managed windows wrappers, threading system, test applications and the core NASM source code)

I've attached the core NASM source code, without all the bells and whistles.

Any optimization suggestions would be much appreciated.
Any help generating a Linux shared object library, would be much appreciated.
« Last Edit: January 14, 2017, 10:14:30 PM by soulvomit »

Offline soulvomit

  • Jr. Member
  • *
  • Posts: 31
Re: Oromë Pathfinder assembled with NASM
« Reply #1 on: January 14, 2017, 10:12:41 PM »
double post