Odie
I am a mathematician by education and worked in IT until my retirement. I have been doing programming with Kotlin for several years as a hobby of mine. The main interest are topics around terrain generation, tectonic simulation and related aspects and techniques (OpenGl, GPU programming).
- 活动总数 113
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 28
-
创建于 OpenCL fails to connect kernel printf stdout to intelliJ IDEA console
已回答The printf instruction in an openCL kernel is supposed to write to the stdout interface which in turn is expected to be the "Run" console in the workbench ( I am working with IntelliJ IDEA communit... -
创建于 Windows DLL not found in lwjgl jar file
已回答I try to run the LWJGL libraries aquired from lwjgl.org. I have loaded all jar files into my project as instructed on https://github.com/LWJGL/lwjgl3-wiki/wiki/1.2.-Install but when running the pro... -
创建于 OpenCL calls not correctly transformed from Java to Kotlin
已回答I have a piece of Java Code based on the OpenCL library with a plan to leverage the general computation capacity of the graphic processor (GPU). It works (as demonstrated by the successful console ... -
创建于 Performance Testing plugin not working with the IntelliJ IDEA Community Edition?
Could it be that the Performance Testing plugin https://plugins.jetbrains.com/plugin/7819-performance-testing does not work with the free of charge IntelliJ IDEA community Edition? I was able to in... -
创建于 Still Issues with the SceneBuilder
已回答The Scene Builder keeps on bugging me. I am on IntelliJ IDEA 2019.3 (Community Edition). Very often the scene builder fails to show properties of an object (e.g. a Canvas object in an AnchorPane) i... -
创建于 Scene Builder does not work anymore after update to 2019.2 version
已回答I installed that major update yesterday and now the scenebuilder for fxml files does not work anymore. I opened an entire new project and created just one test file something.fxml for testing. The ... -
创建于 "Property must be initialized" error depending on where the class is declared
已回答I found that the "Property must be initialized" error can occur or not with the same class declaration, depending on WHERE the class is declared. Is there an explanation for that? I checked the dec... -
创建于 Kotlin compiler error when extending JavaFX ModifiableObservableListBase
已回答I am using IntelliJ IDEA. Why does the following code not compile? The editor does not complain about it. Only the project build process generates an error: Code is as follows: (When I replace MyS... -
创建于 Replace Swing GUI binding Java class with Kotlin class
已回答I want to replace the default Java class that gets generated with a Swing GUI form with a Kotlin version of the same. Just transforming the given Java class to a Kotlin version does not help. For e... -
创建于 Can I use a C++ library in IntelliJ IDEA in a Kotlin project and how?
已回答I am looking for a very light weight approach to using a C++ function (programmed in Visual Studio) in my Kotlin project held in IntelliJ IDEA. I guess, that means producing a library in Visual Stu...