I’m using the Neon shapes plugin by René Aye
I have one line of code
local Neon = require( "devilsquid.neonshapes.neon" )
which generates an error
Corona Simulator Runtime error Module 'plugin\_utf8' not found: no field package.preload['plugin\_utf8'] no file '/Users/d/Library/Application Support/Corona/Simulator/Plugins/plugin\_utf8.lua' no file '/Users/d/Sites/ramen/app/sixBeforeSix/plugin\_utf8.lua' no file '/Applications/Corona-3268/Corona Simulator.app/Contents/Resources/plugin\_utf8.lua' no file '/Users/d/Library/Application Support/Corona/Simulator/Plugins/plugin\_utf8.dylib' no file './plugin\_utf8.dylib' no file '/Applications/Corona-3268/Corona Simulator.app/Contents/Resources/plugin\_utf8.dylib' File: module 'plugin\_utf8' not found stack traceback: [C]: in function 'require' ?: in function 'require' devilsquid/util/fontmanager.lua:16: in main chunk [C]: in function 'require' ?: in function 'require' devilsquid/neonshapes/neon.lua:16: in main chunk [C]: in function 'require' ?: in function 'require' main.lua:14: in main chunk
I’m following the instructions here https://devilsquid.com/create-flickering-neon-effects-corona-sdk/
I have the devilsquid folder in my root of your Corona SDK project.
Any ideas? Thanks.