Coder Social home page Coder Social logo

xplane_sdk's Introduction

Hi there 👋, I'm Lee!

I'm building software to solve cold cases using DNA at Othram. Technology we built has helped solve hundreds of cases, and this is just the beginning.

Here's what we're working on:

  • 👨🏻‍💻 Bioinformatics software in Rust/Python
  • ☁️ Big data processing in the cloud (AWS • Terraform • Nextflow)
  • 💳 A fundraising platform for justice (DNASolves.com)
  • 📑 Web platforms to streamline solving cases (Python • React • Postgres)
  • 🧪 Automation in our state-of-the-art DNA sequencing lab
  • 🌱 Many cool problems to solve, and there's always something new to learn!

If this sounds interesting, let's work together! Apply at othram.com, or [email protected]

And on the side...

  • 🌊 Avid 🤿 diver, ⛵️ sailor, and 🏍️ motorcyclist
  • ✈️ Flight simulator software dev: PlaneCommand and DataRefTool
  • 🥾 Well-worn passport

xplane_sdk's People

Contributors

erikarvstedt avatar leecbaker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

xplane_sdk's Issues

Cmake on linux not work properly due to SDK libs dependency

a workaround is to move
SET_PROPERTY(TARGET xplm APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/sdk/CHeaders/XPLM" "${CMAKE_CURRENT_SOURCE_DIR}/sdk/CHeaders/Wrappers")
SET_PROPERTY(TARGET xpwidgets APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/sdk/CHeaders/XPLM" "${CMAKE_CURRENT_SOURCE_DIR}/sdk/CHeaders/Widgets" "${CMAKE_CURRENT_SOURCE_DIR}/sdk/CHeaders/Wrappers")
just before the endif of if(apple or win32) statement

MSVS cmake produce "win.xpl.dll" instead of "win.xpl"

When using cmake to produce MSVC solution, plugin output name is "win.xpl.dll".

Local workaround at line 70:
ELSEIF(WIN32)
ADD_LIBRARY(${library_name} MODULE ${FILES})
TARGET_COMPILE_DEFINITIONS(${library_name} PUBLIC -D_CRT_SECURE_NO_WARNINGS /bigobj)
SET_TARGET_PROPERTIES(${library_name} PROPERTIES OUTPUT_NAME "win")
SET_TARGET_PROPERTIES(${library_name} PROPERTIES SUFFIX ".xpl")
ENDIF()

Cross-compilation support?

Is there an easy way to modify this to throw out the mac, linux and win versions of the plugin in one compilation step when using a docker image such as https://github.com/jbliesener/crossbuild?

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.