GithubHelp home page GithubHelp logo

baregamer / vkxml2pasabc Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 425 KB

Fork of PasVulkan's vkxml2pas.dpr that is currently being patched to also work with PascalABC.NET

Pascal 100.00%
pascal-language pascal pascalabc vulkan-api

vkxml2pasabc's Introduction

vkxml2pasabc

Fork of PasVulkan's vkxml2pas.dpr that is currently being patched to also work with PascalABC.NET

Currently the project definitely builds in fpc and possibly Delphi, but not PABC yet!!! The development will be a contionuous cycle of fixing incompatibilities between fpc and PABC.

Side note: making this project work has been a pain because of PABC's "quirks". For example, there is a comment in the source that mentions identical codeblocks not compiling. Also PABC uses UTF-16 instead of UTF-8. Thanks God it already had functions to convert between the 2, or else I would have had to create a custom converter somehow. Or the default value in functions is set with := in PABC, but with = in fpc, and they are mutually incompatible. Just, thanks God for the preprocessor, which was also a challenge considering all of PABC's built-in directives are useless. Anyway, if you somehow care to see how I made stuff work, search for "//" in the code. A few of them are my comments explaining why a specific ugly workaround was necessary. So have fun, don't die)

vkxml2pasabc's People

Contributors

baregamer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.